better way to fix build problem on -stable
Submitted by: olker Stolz <stolz@i2.informatik.rwth-aachen.de>
This commit is contained in:
parent
b4c8eb6a37
commit
972cb30fb7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=105176
@ -16,9 +16,9 @@ MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A set of C++ classes for developing GNOME and GTK+ applications
|
||||
|
||||
USE_GNOME= glib20 gtk20 atk pango gnomehack gnomeprefix
|
||||
USE_GCC= 3.3
|
||||
GNU_CONFIGURE= yes
|
||||
CONFIGURE_ENV= LDFLAGS="${PTHREAD_LIBS}"
|
||||
CONFIGURE_ENV= CFLAGS="${CFLAGS} ${PTHREAD_CFLAGS}" \
|
||||
LDFLAGS="${LDFLAGS} ${PTHREAD_LIBS}"
|
||||
INSTALLS_SHLIB= yes
|
||||
|
||||
PLIST_FILES= bin/inti-demo \
|
||||
|
11
x11-toolkits/inti/files/patch-configure
Normal file
11
x11-toolkits/inti/files/patch-configure
Normal file
@ -0,0 +1,11 @@
|
||||
--- configure.orig Wed Mar 24 10:00:38 2004
|
||||
+++ configure Wed Mar 24 10:00:48 2004
|
||||
@@ -18775,7 +18775,7 @@
|
||||
if test "x$GCC" = "xyes"; then
|
||||
case " $CXXFLAGS " in
|
||||
*[\ \ ]-Wall[\ \ ]*) ;;
|
||||
- *) CXXFLAGS="$CXXFLAGS -Wall -ansi -pedantic-errors" ;;
|
||||
+ *) CXXFLAGS="$CXXFLAGS -Wall -ansi" ;;
|
||||
esac
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user