diff options
author | marcus <marcus@FreeBSD.org> | 2002-07-03 16:56:46 +0000 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2002-07-03 16:56:46 +0000 |
commit | 173f5d820d07ef2b41b73e690f6de951e2504ee5 (patch) | |
tree | afcd294beebbbfbfd9bab60b4a2779c2b81b316a /x11-toolkits/pango/Makefile | |
parent | f3a49acb618101de8bcc14ca14a74727fcab6045 (diff) | |
download | FreeBSD-ports-173f5d820d07ef2b41b73e690f6de951e2504ee5.zip FreeBSD-ports-173f5d820d07ef2b41b73e690f6de951e2504ee5.tar.gz |
Do not link in libc as this seems to cause -stable to acid trip in certain
places. Instead, use PTHREAD_LIBS. Bump PORTREVISION.
Diffstat (limited to 'x11-toolkits/pango/Makefile')
-rw-r--r-- | x11-toolkits/pango/Makefile | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-toolkits/pango/Makefile b/x11-toolkits/pango/Makefile index 3e77e1e..0a40774 100644 --- a/x11-toolkits/pango/Makefile +++ b/x11-toolkits/pango/Makefile @@ -7,6 +7,7 @@ PORTNAME= pango PORTVERSION= 1.0.3 +PORTREVISION= 1 CATEGORIES= x11-toolkits MASTER_SITES= ${MASTER_SITE_GNOME:S,%SUBDIR%,2.0.0/releases/gnome-2.0-desktop-final,} \ ftp://ftp.gtk.org/pub/gtk/v2.0/ \ @@ -38,7 +39,7 @@ GLIB2_CFLAGS= `pkg-config glib-2.0 --cflags` CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/freetype2 \ ${GLIB2_CFLAGS} -I${LOCALBASE}/include \ -I${X11BASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib" + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib ${PTHREAD_LIBS}" CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL} PLIST_SUB= VERSION="1.0.0" |