diff options
author | Michael Haro <mharo@FreeBSD.org> | 1999-04-24 02:06:44 +0000 |
---|---|---|
committer | Michael Haro <mharo@FreeBSD.org> | 1999-04-24 02:06:44 +0000 |
commit | ee09a2c7935052dec77d8867bafad7d727e9ec32 (patch) | |
tree | 6ceb965de99b2243a47c90a6f3520d084387fbe0 /deskutils/xopps/files | |
parent | 950a146dda9c757bc7b045901fc77ce187309b87 (diff) |
Notes
Diffstat (limited to 'deskutils/xopps/files')
-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 |