1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/comms/tilp/files/patch-src-Makefile.in
Volker Stolz 4807521f6e Unbreak after recent gtk update.
PR:		ports/65357
Submitted by:	Tijl Coosemans (maintainer)
Approved by:	linimon (mentor)
2004-04-17 13:55:54 +00:00

12 lines
403 B
Plaintext

--- 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