freebsd-ports/audio/gramofile/files/post-patch-Makefile
Edwin Groothuis b479ca8fa8 update audio/gramofile to 1.6P+debian patches
update to 1.6P (with perl interface), add debian patches,
	MASTER_SITE moved

PR:		ports/88199
Submitted by:	Juergen Lock <nox@jelal.kn-bremen.de>
2005-11-02 05:25:44 +00:00

26 lines
913 B
Text

Index: Makefile
@@ -20,16 +20,16 @@
########## CHOOSE YOUR ARCHITECTURE: (NOTE: also see bplaysrc/Makefile!)
# For Linux (and maybe others), use these:
-CFLAGS = -Wall -O2 -funroll-loops -DTURBO_MEDIAN -DTURBO_BUFFER
-DEPS = $(OBJS) makebplay
-LIBS = -lncurses -lrfftw -lfftw -lm
-COPY_A = -a
+#CFLAGS = -Wall -O2 -funroll-loops -DTURBO_MEDIAN -DTURBO_BUFFER
+#DEPS = $(OBJS) makebplay
+#LIBS = -lncurses -lrfftw -lfftw -lm
+#COPY_A = -a
# For FreeBSD (and maybe others), use these:
-#CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER
-#DEPS = $(OBJS) makebplay
-#LIBS = -lncurses -lrfftw -lfftw -lm
-#COPY_A = -p
+CFLAGS += -Wall -DTURBO_MEDIAN -DTURBO_BUFFER -I${LOCALBASE}/include
+DEPS = $(OBJS) makebplay
+LIBS = -L${LOCALBASE}/lib -lncurses -lrfftw -lfftw -lm
+COPY_A = -p
# For IRIX (and maybe others), use these:
#CFLAGS = -Wall -O2 -DTURBO_MEDIAN -DTURBO_BUFFER -DSWAP_ENDIAN -DOLD_CURSES