mirror of
https://git.freebsd.org/ports.git
synced 2025-07-15 08:19:13 -04:00
new freetype2 where needed. Submitted by: mezz, ahze, pav, and many others Approved by: portmgr (implicit, kris)
23 lines
1.2 KiB
Text
23 lines
1.2 KiB
Text
--- Makefile.orig Wed Jul 10 08:32:05 2002
|
|
+++ Makefile Wed Oct 4 15:35:57 2006
|
|
@@ -7,14 +7,14 @@
|
|
SRCS= capplet-widget-libs.c capplet-widget.c capplet-widget-libs.h \
|
|
capplet-widget.h control-center-common.c control-center-skels.c \
|
|
control-center-stubs.c control-center.h
|
|
-CFLAGS+=-I. -I${X11BASE}/include -I${X11BASE}/include/gtk12 \
|
|
- -I${X11BASE}/include/gnome-1.0 -I${LOCALBASE}/include \
|
|
+CFLAGS+=-I. -I${X11BASE}/include -I${LOCALBASE}/include/gtk12 \
|
|
+ -I${LOCALBASE}/include/gnome-1.0 -I${LOCALBASE}/include \
|
|
-I${LOCALBASE}/include/glib12 -I${LOCALBASE}/include/orbit-1.0
|
|
LDADD+= -L${LOCALBASE}/lib -L${X11BASE}/lib -lORBitCosNaming -lORBit -lIIOP \
|
|
- -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
|
|
+ -lORBitutil -lglib-12 -lwrap -lm -lgnorba -lXpm -ljpeg -lgnomeui \
|
|
+ -lart_lgpl -lgdk_imlib -ltiff -lungif -lpng -lz -lSM -lICE -lgtk-12 \
|
|
+ -lgdk-12 -lgmodule-12 -lXext -lX11 -lgnome -lgnomesupport -lintl \
|
|
+ -lesd ${LDFLAGS} -laudiofile
|
|
|
|
CLEANFILES+=control-center-common.c control-center-skels.c \
|
|
control-center-stubs.c control-center.h cappletConf.sh \
|