summaryrefslogtreecommitdiff
path: root/x11/libgnome/files/patch-libgnome::Makefile.in
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-03-28 12:24:24 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-03-28 12:24:24 +0000
commit960054d5535c7d351410ec350ec26d869435bf9c (patch)
tree8009d419bff46ab050cecfe6a36e3ac63a92b3ce /x11/libgnome/files/patch-libgnome::Makefile.in
parentAdd a patch to fix the build on the Alpha. (diff)
Unbreak on -stable.
PR: 36271 Submitted by: Joe Marcus Clarke <marcus@marcuscom.com>
Notes
Notes: svn path=/head/; revision=56784
Diffstat (limited to '')
-rw-r--r--x11/libgnome/files/patch-libgnome::Makefile.in22
1 files changed, 20 insertions, 2 deletions
diff --git a/x11/libgnome/files/patch-libgnome::Makefile.in b/x11/libgnome/files/patch-libgnome::Makefile.in
index 9344c3d4ae50..279a7b9fc37e 100644
--- a/x11/libgnome/files/patch-libgnome::Makefile.in
+++ b/x11/libgnome/files/patch-libgnome::Makefile.in
@@ -1,8 +1,8 @@
$FreeBSD$
---- libgnome/Makefile.in 2002/02/20 17:59:50 1.1
-+++ libgnome/Makefile.in 2002/02/20 18:00:10
+--- libgnome/Makefile.in.orig Tue Mar 19 19:15:47 2002
++++ libgnome/Makefile.in Thu Mar 28 13:32:17 2002
@@ -147,7 +147,7 @@
libgnomeincludedir = $(includedir)/libgnome-2.0/libgnome
@@ -12,3 +12,21 @@ $FreeBSD$
libgnome_2_la_SOURCES = libgnometypebuiltins.h libgnometypebuiltins.c gnome-config.c gnome-sound.c gnome-triggers.c gnome-triggersP.h gnome-program.c gnome-help.c gnome-exec.c gnome-gconf.c gnome-gconfP.h gnome-i18n.c gnome-i18nP.h gnome-url.c gnome-util.c gnome-score.c gnome-init.c
+@@ -171,7 +171,7 @@
+ libgnome_2_la_LIBADD = $(LIBGNOME_LIBS)
+
+
+-noinst_PROGRAMS = test-libgnome
++noinst_PROGRAMS =
+
+
+ test_libgnome_SOURCES = test-libgnome.c
+@@ -193,7 +193,7 @@
+ gnome-sound.lo gnome-triggers.lo gnome-program.lo gnome-help.lo \
+ gnome-exec.lo gnome-gconf.lo gnome-i18n.lo gnome-url.lo gnome-util.lo \
+ gnome-score.lo gnome-init.lo
+-noinst_PROGRAMS = test-libgnome$(EXEEXT)
++noinst_PROGRAMS =
+ PROGRAMS = $(noinst_PROGRAMS)
+
+ test_libgnome_OBJECTS = test-libgnome.$(OBJEXT)