diff options
Diffstat (limited to 'misc/xpns/files/patch-makefile')
-rw-r--r-- | misc/xpns/files/patch-makefile | 28 |
1 files changed, 0 insertions, 28 deletions
diff --git a/misc/xpns/files/patch-makefile b/misc/xpns/files/patch-makefile deleted file mode 100644 index b59bf9c99252..000000000000 --- a/misc/xpns/files/patch-makefile +++ /dev/null @@ -1,28 +0,0 @@ ---- makefile.orig Wed Jul 14 20:05:14 1993 -+++ makefile Fri Aug 11 02:02:40 2000 -@@ -7,19 +7,19 @@ - #I = -I/usr/include - - #------------------------------------------ --# OPTIONEN SUN -+# OPTIONEN FreeBSD - #------------------------------------------ - O = -O --I = -I/usr/local/X11R5/include -- --L = -L/usr/local/X11R5/lib -lXaw -lXmu -lXt -lXext -lX11 -lm -+I = -I$(LOCALBASE)/include - -+L = -L$(LOCALBASE)/lib -lXaw -lXmu -lXt -lXext -lX11 -lm -+L +=-Wl,-rpath,$(LOCALBASE)/lib - - #------------------------------------------ - # COMPILER UND LINKER - #------------------------------------------ --B = gcc-2.3.3 $O -o --CC = gcc-2.3.3 $O $I -+B = $(CC) -o -+CC += $I - - #------------------------------------------ - # FUNKTIONEN DIR |