diff options
author | vs <vs@FreeBSD.org> | 2004-04-17 13:55:54 +0000 |
---|---|---|
committer | vs <vs@FreeBSD.org> | 2004-04-17 13:55:54 +0000 |
commit | 7fa69489f3148623f9683bfac8742762ec1eda5e (patch) | |
tree | f04eeaacf9ef316d9f9830eb3a6a849030bbb279 /comms | |
parent | a07d5514cc1f288eaddc39b69c1f7741699aafab (diff) | |
download | FreeBSD-ports-7fa69489f3148623f9683bfac8742762ec1eda5e.zip FreeBSD-ports-7fa69489f3148623f9683bfac8742762ec1eda5e.tar.gz |
Unbreak after recent gtk update.
PR: ports/65357
Submitted by: Tijl Coosemans (maintainer)
Approved by: linimon (mentor)
Diffstat (limited to 'comms')
-rw-r--r-- | comms/tilp/files/patch-src-Makefile.in | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/comms/tilp/files/patch-src-Makefile.in b/comms/tilp/files/patch-src-Makefile.in new file mode 100644 index 0000000..e7377af --- /dev/null +++ b/comms/tilp/files/patch-src-Makefile.in @@ -0,0 +1,11 @@ +--- src/Makefile.in.orig Fri Apr 9 14:10:34 2004 ++++ src/Makefile.in Fri Apr 9 14:10:59 2004 +@@ -218,7 +218,7 @@ + + # libtool stuff: set export symbols for resolving + tilp_LDFLAGS = $(LDFLAGS) $(no_undefined) #-lefence +-tilp_CFLAGS = $(CLFAGS) -DGTK_DISABLE_DEPRECATED ++tilp_CFLAGS = $(CLFAGS) + subdir = src + ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 + mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs |