1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/audio/opmixer/files/patch-Makefile
Trevor Johnson 38e947497b Avoid linking with libintl. As found by kris, opmixer does not
really use it (PORTREVISION 4).
2004-03-28 12:50:27 +00:00

16 lines
475 B
Plaintext

$FreeBSD$
--- Makefile.orig Wed Jun 20 23:34:12 2001
+++ Makefile Sun Mar 28 12:49:48 2004
@@ -1,7 +1,7 @@
# Generated automatically from Makefile.in by configure.
-CFLAGS := -g -O2 -DLINUX -Wall
-CXXFLAGS := -g -O2 -DLINUX -Wall -I/usr/local/include `gtkmm-config --cflags`
-LDFLAGS := `gtkmm-config --libs`
+CFLAGS += -DLINUX
+CXXFLAGS += -DLINUX `gtkmm-config --cflags`
+LDFLAGS := `gtkmm-config --libs | sed 's/-lintl//'`
all: opmixer opmixer-load volset
%.o : %.c