summaryrefslogtreecommitdiff
path: root/deskutils/xopps/files/patch-aa
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-24 02:06:44 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-24 02:06:44 +0000
commitee09a2c7935052dec77d8867bafad7d727e9ec32 (patch)
tree6ceb965de99b2243a47c90a6f3520d084387fbe0 /deskutils/xopps/files/patch-aa
parentUpgrade to aspell-0.27.2 (diff)
Support CFLAGS and MOTIFLIB
Notes
Notes: svn path=/head/; revision=18105
Diffstat (limited to '')
-rw-r--r--deskutils/xopps/files/patch-aa15
1 files changed, 11 insertions, 4 deletions
diff --git a/deskutils/xopps/files/patch-aa b/deskutils/xopps/files/patch-aa
index ce2cdd1b2c2d..92185f602626 100644
--- a/deskutils/xopps/files/patch-aa
+++ b/deskutils/xopps/files/patch-aa
@@ -1,5 +1,5 @@
---- Makefile.orig Fri Jan 17 22:22:35 1997
-+++ Makefile Tue Oct 13 18:06:14 1998
+--- Makefile.orig Fri Jan 17 20:22:35 1997
++++ Makefile Fri Apr 23 18:28:41 1999
@@ -142,13 +142,13 @@
# Installation locations (edit to suit your system)
#
@@ -19,12 +19,19 @@
#
# You generally should not edit below this line
-@@ -182,7 +182,10 @@
+@@ -176,13 +176,16 @@
+
+ RM = rm -f
+
+-CFLAGS = $(OPTIMIZEFLAG) $(SYSDEFS) $(FULLINCLPATH)
++CFLAGS += $(OPTIMIZEFLAG) $(SYSDEFS) $(FULLINCLPATH)
+
+ MALLOC =
LDFLAGS = $(OPTIMIZEFLAG) $(MACHDEFS)
LOCAL_LIB = $(LIBROOT)/lib_incl_local/$(MACH)
-LIBS = -lXm -lXt -lX11
-+LIBS = -lXm -lXext -lXt -lX11
++LIBS = -lXm -lXext -lXt -lX11 ${MOTIFLIB}
+.if $(PORTOBJFORMAT) == "elf"
+LIBS+= -Wl,-rpath,$(X11BASE)/lib
+.endif