summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Ruppert <idl0r@gentoo.org>2010-08-09 20:41:22 +0000
committerChristian Ruppert <idl0r@gentoo.org>2010-08-09 20:41:22 +0000
commitbeae3322614ad11646fb36136e1c1185b25ecec0 (patch)
tree5421dd67376a836db3c8a0a75b5611659ee5c136 /app-misc/sl
parentRevision bump. Add Makefile patch to allow the use of the Makefile. Add patch... (diff)
downloadgentoo-2-beae3322614ad11646fb36136e1c1185b25ecec0.tar.gz
gentoo-2-beae3322614ad11646fb36136e1c1185b25ecec0.tar.bz2
gentoo-2-beae3322614ad11646fb36136e1c1185b25ecec0.zip
Finally fix CFLAGS in Makefile patch thanks to Samuli Suominen <ssuominen@gentoo.org>.
(Portage version: 2.2_rc67/cvs/Linux x86_64)
Diffstat (limited to 'app-misc/sl')
-rw-r--r--app-misc/sl/files/Makefile.patch2
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/sl/files/Makefile.patch b/app-misc/sl/files/Makefile.patch
index 2591c4de45f1..59e8a7074566 100644
--- a/app-misc/sl/files/Makefile.patch
+++ b/app-misc/sl/files/Makefile.patch
@@ -13,7 +13,7 @@
-LDFLAGS = -lncurses -ltermcap
-CFLAGS = -Wall -O2 -DLINUX20 $(DEBUGOPTS)
+LDLIBS = -lncurses
-+CFLAGS ?= -Wall -O2 $(DEBUGOPTS)
++CFLAGS += -Wall $(DEBUGOPTS)
# For Solaris
#LDFLAGS = -lcurses -ltermcap