summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarkus Ullmann <jokey@gentoo.org>2009-01-31 20:02:19 +0000
committerMarkus Ullmann <jokey@gentoo.org>2009-01-31 20:02:19 +0000
commit6ff16f1d19bfcb2d930baa8418826d0020af3e6f (patch)
treea804108165c9d87dab39662b664aec0340c6d168 /app-misc/ytree/files
parentAdd dependency for bug 254940 and temporarily -j1 to emake until a solution e... (diff)
downloadhistorical-6ff16f1d19bfcb2d930baa8418826d0020af3e6f.tar.gz
historical-6ff16f1d19bfcb2d930baa8418826d0020af3e6f.tar.bz2
historical-6ff16f1d19bfcb2d930baa8418826d0020af3e6f.zip
Add cflag support for bug #240085
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64 RepoMan-Options: --force
Diffstat (limited to 'app-misc/ytree/files')
-rw-r--r--app-misc/ytree/files/ytree-1.92-support-cflags.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/app-misc/ytree/files/ytree-1.92-support-cflags.patch b/app-misc/ytree/files/ytree-1.92-support-cflags.patch
new file mode 100644
index 000000000000..024149c654a0
--- /dev/null
+++ b/app-misc/ytree/files/ytree-1.92-support-cflags.patch
@@ -0,0 +1,12 @@
+diff -urN ./ytree-1.92.orig/Makefile ./ytree-1.92/Makefile
+--- ./ytree-1.92.orig/Makefile 2009-01-31 20:57:46.000000000 +0100
++++ ./ytree-1.92/Makefile 2009-01-31 20:58:11.000000000 +0100
+@@ -32,7 +32,7 @@
+ COLOR = -DCOLOR_SUPPORT
+ CLOCK = -DCLOCK_SUPPORT # Experimental!
+ READLINE = -DREADLINE_SUPPORT
+-CFLAGS = -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE)
++CFLAGS += -D_GNU_SOURCE $(ADD_CFLAGS) $(COLOR) $(CLOCK) $(READLINE)
+ LDFLAGS = -lncurses -lreadline
+
+ ###########################