Page Menu
Home
FreeBSD
Search
Configure Global Search
Log In
Files
F144457905
D2279.id4787.diff
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Flag For Later
Award Token
Size
1 KB
Referenced Files
None
Subscribers
None
D2279.id4787.diff
View Options
Index: deskutils/gnote/Makefile
===================================================================
--- deskutils/gnote/Makefile
+++ deskutils/gnote/Makefile
@@ -38,10 +38,6 @@
.include <bsd.port.options.mk>
-.if ${OSVERSION} < 900000
-BROKEN= Fails to build
-.endif
-
PLIST_SUB+= VERSION=${PORTVERSION}
post-install:
Index: deskutils/gnote/files/patch-configure
===================================================================
--- /dev/null
+++ deskutils/gnote/files/patch-configure
@@ -0,0 +1,23 @@
+--- configure.orig 2014-09-26 13:03:19.000000000 -0700
++++ configure 2014-12-02 16:43:13.000000000 -0800
+@@ -17688,7 +17688,7 @@
+ do
+ # Avoid testing twice the same lib
+ case $boost_failed_libs in #(
+- *@$boost_lib@*) continue;;
++ *@$boost_lib\ $boost_rtopt_@*) continue;;
+ esac
+ # If with_boost is empty, we'll search in /lib first, which is not quite
+ # right so instead we'll try to a location based on where the headers are.
+@@ -17822,10 +17822,9 @@
+ boost_cv_lib_unit_test_framework_LDFLAGS="-L$boost_ldpath $boost_cv_rpath_link_ldflag$boost_ldpath"
+ boost_cv_lib_unit_test_framework_LDPATH="$boost_ldpath"
+ break 6
+- else
+- boost_failed_libs="$boost_failed_libs@$boost_lib@"
+ fi
+ done
++ boost_failed_libs="$boost_failed_libs@$boost_lib $boost_rtopt_@"
+ done
+ done
+ done
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Mon, Feb 9, 1:21 PM (5 h, 31 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
28583356
Default Alt Text
D2279.id4787.diff (1 KB)
Attached To
Mode
D2279: Unbreak deskutils/gnote build on FreeBSD 8.4
Attached
Detach File
Event Timeline
Log In to Comment