diff options
author | mharo <mharo@FreeBSD.org> | 1999-04-24 10:06:44 +0800 |
---|---|---|
committer | mharo <mharo@FreeBSD.org> | 1999-04-24 10:06:44 +0800 |
commit | 889c691f9a67dbe2bfc8190b470cd23135ce38b4 (patch) | |
tree | 82b35e0f2a8044f21c3bc638546e6c2a5f716ac2 /deskutils/xopps | |
parent | 61bba14002807dd36fb34310224a982152bde0d9 (diff) | |
download | freebsd-ports-gnome-889c691f9a67dbe2bfc8190b470cd23135ce38b4.tar.gz freebsd-ports-gnome-889c691f9a67dbe2bfc8190b470cd23135ce38b4.tar.zst freebsd-ports-gnome-889c691f9a67dbe2bfc8190b470cd23135ce38b4.zip |
Support CFLAGS and MOTIFLIB
Diffstat (limited to 'deskutils/xopps')
-rw-r--r-- | deskutils/xopps/files/patch-aa | 15 |
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 |