summaryrefslogtreecommitdiff
path: root/x11-fm/gentoo/files/patch-src-Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'x11-fm/gentoo/files/patch-src-Makefile')
-rw-r--r--x11-fm/gentoo/files/patch-src-Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/x11-fm/gentoo/files/patch-src-Makefile b/x11-fm/gentoo/files/patch-src-Makefile
deleted file mode 100644
index 5d7b78dcff6c..000000000000
--- a/x11-fm/gentoo/files/patch-src-Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
---- src/Makefile.orig Sun Apr 29 11:43:21 2001
-+++ src/Makefile Sat Jan 1 02:59:03 2000
-@@ -71,25 +71,24 @@
- window.o menus.o\
- ../widgets/odemilbutton.o ../widgets/odscrolledbox.o ../widgets/odlabel.o
-
--DEBUG = -g -O2 #-Wno-unused
-+DEBUG = -g #-Wno-unused
-
- # Feel free to add any compiler-specific flags you need here.
-
--CC = gcc
--
- # These flags should work even on files that contain code that deals with
- # 64-bit stuff. Sorry for the possibly counter-intuitive name. :)
--CFLAGS_64BIT = -Wall -Wmissing-prototypes $(DEBUG) `gtk-config --cflags`\
-+CFLAGS_64BIT = $(DEBUG) `gtk-config --cflags`\
- -I/usr/X11R6/include -I../widgets -DGENTOO_PACKAGE='"gentoo"'\
-- -DGENTOO_LOCALEDIR='"/home/emil/data/projects/gentoo/locale"'
-+ -DGENTOO_LOCALEDIR='"/home/emil/data/projects/gentoo/locale"' \
-+ -I.
-
- # Most files compile with the flags that are 64-bit compliant, plus some
- # more to ensure ANSI compatibility.
--CFLAGS += $(CFLAGS_64BIT) -ansi -pedantic
-+CFLAGS += $(CFLAGS_64BIT)
-
- # Add names of any required libraries here (only included in final link).
- #LIBINTL = -lintl
--LIBS = -L/usr/lib -L/usr/X11R6/lib `gtk-config --libs` -rdynamic -ldl -lXi -lXext -lX11 -lm $(LIBINTL)
-+LIBS = -L/usr/lib -L/usr/X11R6/lib `gtk-config --libs` -rdynamic -lXi -lXext -lX11 -lm $(LIBINTL)
-
- # ----------------------------------------- Targets
-