1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Fix libcapplet to use USE_GETOPT_LONG.

PR:		54264
Submitted by:	nork
This commit is contained in:
Joe Marcus Clarke 2003-07-12 05:59:22 +00:00
parent c684e1f353
commit aa40302dd3
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84741
2 changed files with 13 additions and 1 deletions

View File

@ -18,7 +18,8 @@ USE_BZIP2= yes
USE_X_PREFIX= yes
USE_GNOME= gnomelibs
INSTALLS_SHLIB= yes
MAKE_ENV= X11BASE="${X11BASE}" LOCALBASE="${LOCALBASE}"
USE_GETOPT_LONG=yes
MAKE_ENV= X11BASE="${X11BASE}" LOCALBASE="${LOCALBASE}" LDFLAGS="${LDFLAGS}"
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/libcapplet.so.5 ${PREFIX}/lib

View File

@ -0,0 +1,11 @@
--- Makefile.orig Wed Jul 10 21:32:05 2002
+++ Makefile Wed Jul 9 23:15:23 2003
@@ -14,7 +14,7 @@
-lORBitutil -lglib12 -lwrap -lm -lgnorba -lXpm -ljpeg -lgnomeui \
-lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk12 \
-lgdk12 -lgmodule12 -lXext -lX11 -lgnome -lgnomesupport -lintl \
- -lesd -lgnugetopt -laudiofile
+ -lesd ${LDFLAGS} -laudiofile
CLEANFILES+=control-center-common.c control-center-skels.c \
control-center-stubs.c control-center.h cappletConf.sh \