mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-23 04:23:08 +00:00
Fix libcapplet to use USE_GETOPT_LONG.
PR: 54264 Submitted by: nork
This commit is contained in:
parent
c684e1f353
commit
aa40302dd3
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=84741
@ -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
|
||||
|
11
x11/libcapplet/files/patch-Makefile
Normal file
11
x11/libcapplet/files/patch-Makefile
Normal 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 \
|
Loading…
Reference in New Issue
Block a user