aboutsummaryrefslogtreecommitdiffstats
path: root/x11-toolkits
diff options
context:
space:
mode:
authoroliver <oliver@FreeBSD.org>2004-08-15 22:55:18 +0800
committeroliver <oliver@FreeBSD.org>2004-08-15 22:55:18 +0800
commit63a0bf77abcca2e1164479ca44f5182140b24100 (patch)
tree58aaa7fd3b5d1f96161648757c1bdb43ced7f6a6 /x11-toolkits
parent650b0dea2cb68d258e40f325037be83478bf8c22 (diff)
downloadfreebsd-ports-gnome-63a0bf77abcca2e1164479ca44f5182140b24100.tar.gz
freebsd-ports-gnome-63a0bf77abcca2e1164479ca44f5182140b24100.tar.zst
freebsd-ports-gnome-63a0bf77abcca2e1164479ca44f5182140b24100.zip
fix build for (at least my) 4.10 (box)
Diffstat (limited to 'x11-toolkits')
-rw-r--r--x11-toolkits/fox-devel/Makefile3
-rw-r--r--x11-toolkits/fox-devel/files/patch-utils::Makefile.in11
-rw-r--r--x11-toolkits/fox14/Makefile3
-rw-r--r--x11-toolkits/fox14/files/patch-utils::Makefile.in11
4 files changed, 24 insertions, 4 deletions
diff --git a/x11-toolkits/fox-devel/Makefile b/x11-toolkits/fox-devel/Makefile
index d32c086b9f57..edddc4ea1462 100644
--- a/x11-toolkits/fox-devel/Makefile
+++ b/x11-toolkits/fox-devel/Makefile
@@ -7,11 +7,10 @@
PORTNAME= fox
PORTVERSION= ${MAJORVER}.${SHVER}
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/ \
- ftp://ftp.cfdrc.com/pub/FOX/ \
- ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ \
http://fresh.t-systems-sfr.com/unix/src/misc/
MAINTAINER?= ports@FreeBSD.org
diff --git a/x11-toolkits/fox-devel/files/patch-utils::Makefile.in b/x11-toolkits/fox-devel/files/patch-utils::Makefile.in
new file mode 100644
index 000000000000..ea447c9dbea3
--- /dev/null
+++ b/x11-toolkits/fox-devel/files/patch-utils::Makefile.in
@@ -0,0 +1,11 @@
+--- utils/Makefile.in.orig Sun Aug 15 11:30:45 2004
++++ utils/Makefile.in Sun Aug 15 11:30:55 2004
+@@ -106,7 +106,7 @@
+ DEFS = @DEFS@ -I. -I$(srcdir)
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lX11 -lXext
+ X_CFLAGS = @X_CFLAGS@
+ X_LIBS = @X_LIBS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@
diff --git a/x11-toolkits/fox14/Makefile b/x11-toolkits/fox14/Makefile
index d32c086b9f57..edddc4ea1462 100644
--- a/x11-toolkits/fox14/Makefile
+++ b/x11-toolkits/fox14/Makefile
@@ -7,11 +7,10 @@
PORTNAME= fox
PORTVERSION= ${MAJORVER}.${SHVER}
+PORTREVISION= 1
CATEGORIES= x11-toolkits
MASTER_SITES= http://www.fox-toolkit.org/ftp/ \
ftp://ftp.fox-toolkit.org/pub/ \
- ftp://ftp.cfdrc.com/pub/FOX/ \
- ftp://SunSITE.Informatik.RWTH-Aachen.DE/pub/Linux/fox/ \
http://fresh.t-systems-sfr.com/unix/src/misc/
MAINTAINER?= ports@FreeBSD.org
diff --git a/x11-toolkits/fox14/files/patch-utils::Makefile.in b/x11-toolkits/fox14/files/patch-utils::Makefile.in
new file mode 100644
index 000000000000..ea447c9dbea3
--- /dev/null
+++ b/x11-toolkits/fox14/files/patch-utils::Makefile.in
@@ -0,0 +1,11 @@
+--- utils/Makefile.in.orig Sun Aug 15 11:30:45 2004
++++ utils/Makefile.in Sun Aug 15 11:30:55 2004
+@@ -106,7 +106,7 @@
+ DEFS = @DEFS@ -I. -I$(srcdir)
+ CPPFLAGS = @CPPFLAGS@
+ LDFLAGS = @LDFLAGS@
+-LIBS = @LIBS@
++LIBS = @LIBS@ -lX11 -lXext
+ X_CFLAGS = @X_CFLAGS@
+ X_LIBS = @X_LIBS@
+ X_EXTRA_LIBS = @X_EXTRA_LIBS@