mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Prevent breakage when both gal1 and gal2 are installed.
This commit is contained in:
parent
6d612b4a81
commit
a8aeab8b92
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=66444
2 changed files with 11 additions and 1 deletions
|
@ -30,7 +30,8 @@ USE_REINPLACE= yes
|
||||||
USE_LIBTOOL= yes
|
USE_LIBTOOL= yes
|
||||||
CONFIGURE_ARGS= --without-guile --with-bonobo
|
CONFIGURE_ARGS= --without-guile --with-bonobo
|
||||||
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include ${PTHREAD_CFLAGS}" \
|
||||||
LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}"
|
LIBS="-L${LOCALBASE}/lib -liconv ${PTHREAD_LIBS}" \
|
||||||
|
DEFS="-I${X11BASE}/include/gal-2-0"
|
||||||
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
CONFIGURE_TARGET= --target=${MACHINE_ARCH}-unknown-freebsd${OSREL}
|
||||||
|
|
||||||
PLIST_SUB= VERSION=${PORTVERSION}-bonobo
|
PLIST_SUB= VERSION=${PORTVERSION}-bonobo
|
||||||
|
|
|
@ -8,3 +8,12 @@
|
||||||
|
|
||||||
# Always use our own libtool.
|
# Always use our own libtool.
|
||||||
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
|
||||||
|
@@ -13797,7 +13798,7 @@
|
||||||
|
}'
|
||||||
|
fi
|
||||||
|
|
||||||
|
-DEFS=-DHAVE_CONFIG_H
|
||||||
|
+DEFS="$DEFS -DHAVE_CONFIG_H"
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue