freebsd-ports/x11/xalf/files/patch-capplet::Makefile.in
Maxim Sobolev 7197c79979 - Unbroke on alpha;
- don't try to link with nonexistent libdl;
- respect CFLAGS.

Submitted by:	gallatin (alpha bits), sobomax
Some help from:	jdp (thanks Jonh!)
2001-08-15 13:01:35 +00:00

15 lines
305 B
Plaintext

$FreeBSD$
--- capplet/Makefile.in 2001/08/15 12:49:11 1.1
+++ capplet/Makefile.in 2001/08/15 12:49:37
@@ -80,7 +80,7 @@
xalf_capplet_SOURCES = xalf-capplet.c getopt.c getopt1.c
-CFLAGS = $(GNOME_CC_CFLAGS)
+CFLAGS = @CFLAGS@ $(GNOME_CC_CFLAGS)
xalf_capplet_LDADD = $(GNOME_CC_LIBS) @GTK_LIBS@