diff options
author | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-19 00:07:34 +0800 |
---|---|---|
committer | marcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059> | 2005-02-19 00:07:34 +0800 |
commit | 75c5c3c65c9433e413db4cc0cac6743a9d76fd1f (patch) | |
tree | 43fc8b772ae15c1c64a99d5f96887afbbbb294c5 /graphics/inkscape | |
parent | 171811136b981bfd7232d36e10a62caf25a91b5c (diff) | |
download | marcuscom-ports-75c5c3c65c9433e413db4cc0cac6743a9d76fd1f.tar marcuscom-ports-75c5c3c65c9433e413db4cc0cac6743a9d76fd1f.tar.gz marcuscom-ports-75c5c3c65c9433e413db4cc0cac6743a9d76fd1f.tar.bz2 marcuscom-ports-75c5c3c65c9433e413db4cc0cac6743a9d76fd1f.tar.lz marcuscom-ports-75c5c3c65c9433e413db4cc0cac6743a9d76fd1f.tar.xz marcuscom-ports-75c5c3c65c9433e413db4cc0cac6743a9d76fd1f.tar.zst marcuscom-ports-75c5c3c65c9433e413db4cc0cac6743a9d76fd1f.zip |
Be sure to link to PTHREAD_LIBS to avoid symbol problems when dynamically
loading the gnome-vfs FileChooser module.
Reported by: bland
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@3676 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'graphics/inkscape')
-rw-r--r-- | graphics/inkscape/Makefile | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/graphics/inkscape/Makefile b/graphics/inkscape/Makefile index 4de6932dd..0dab573d7 100644 --- a/graphics/inkscape/Makefile +++ b/graphics/inkscape/Makefile @@ -7,6 +7,7 @@ PORTNAME= inkscape PORTVERSION= 0.41 +PORTREVISION= 1 CATEGORIES= graphics gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} @@ -28,8 +29,8 @@ USE_LIBTOOL_VER=15 USE_GCC= 3.4 CONFIGURE_ARGS= --with-popt \ --with-gnome-print -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include -I${LOCALBASE}" \ - LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -L${LOCALBASE}" +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/freetype2 -I${X11BASE}/include -I${LOCALBASE} ${PTHREAD_CFLAGS}" \ + LDFLAGS="-L${LOCALBASE}/lib -L${X11BASE}/lib -L${LOCALBASE} ${PTHREAD_LIBS}" MAN1= inkscape.1 inkview.1 |