diff options
author | nork <nork@FreeBSD.org> | 2003-02-02 23:03:56 +0800 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2003-02-02 23:03:56 +0800 |
commit | deb7d684bfef7a4f4db2596967d0523916221dae (patch) | |
tree | e1b4e93c52784dc2ef3ee161cc00fb28d40d90f4 /sysutils/wmmount/files | |
parent | 27421ac4ec020fa24075e1e476f25fc7cfabd330 (diff) | |
download | freebsd-ports-gnome-deb7d684bfef7a4f4db2596967d0523916221dae.tar.gz freebsd-ports-gnome-deb7d684bfef7a4f4db2596967d0523916221dae.tar.zst freebsd-ports-gnome-deb7d684bfef7a4f4db2596967d0523916221dae.zip |
Conditionalize libgnugetopt dependencies.
PR: ports/47761
Submitted by: Ports Fury
Diffstat (limited to 'sysutils/wmmount/files')
-rw-r--r-- | sysutils/wmmount/files/patch-ac | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sysutils/wmmount/files/patch-ac b/sysutils/wmmount/files/patch-ac index 69c2fed5110b..382980c1de79 100644 --- a/sysutils/wmmount/files/patch-ac +++ b/sysutils/wmmount/files/patch-ac @@ -5,9 +5,9 @@ XPMLIB = -lXpm -LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -+LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) -lgnugetopt -L${LOCALBASE}/lib ++LOCAL_LIBRARIES = $(XPMLIB) $(XLIB) $(LDFLAGS) + -+EXTRA_INCLUDES = -I${LOCALBASE}/include ++EXTRA_INCLUDES = $(CPPFLAGS) SRCS = dockapp.c wmmount.c OBJS = dockapp.o wmmount.o |