diff options
author | Christian Ruppert <idl0r@gentoo.org> | 2010-08-09 20:41:22 +0000 |
---|---|---|
committer | Christian Ruppert <idl0r@gentoo.org> | 2010-08-09 20:41:22 +0000 |
commit | beae3322614ad11646fb36136e1c1185b25ecec0 (patch) | |
tree | 5421dd67376a836db3c8a0a75b5611659ee5c136 /app-misc/sl | |
parent | Revision bump. Add Makefile patch to allow the use of the Makefile. Add patch... (diff) | |
download | gentoo-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.patch | 2 |
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 |