diff options
author | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2006-02-23 10:40:44 +0000 |
commit | 8503536d3896846d823f7f76be54e0a99da8d8b6 (patch) | |
tree | 1a89e4038216ead71b008f2a5091474964e1c341 /x11/libcapplet/files/patch-Makefile | |
parent | c20d04e3929dbe1763fc1dfaaa677c2353cd7883 (diff) | |
download | ports-8503536d3896846d823f7f76be54e0a99da8d8b6.tar.gz ports-8503536d3896846d823f7f76be54e0a99da8d8b6.zip |
Notes
Diffstat (limited to 'x11/libcapplet/files/patch-Makefile')
-rw-r--r-- | x11/libcapplet/files/patch-Makefile | 18 |
1 files changed, 10 insertions, 8 deletions
diff --git a/x11/libcapplet/files/patch-Makefile b/x11/libcapplet/files/patch-Makefile index 044219181c81..caeb33b82976 100644 --- a/x11/libcapplet/files/patch-Makefile +++ b/x11/libcapplet/files/patch-Makefile @@ -1,11 +1,13 @@ ---- 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 \ +--- Makefile.orig Wed Jul 10 05:32:05 2002 ++++ Makefile Sun Jan 22 15:06:39 2006 +@@ -13,6 +13,6 @@ + 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 \ |