openbsd-ports/audio/nosefart/patches/patch-Makefile

20 lines
401 B
Plaintext
Raw Normal View History

2010-06-30 22:36:54 -04:00
$OpenBSD: patch-Makefile,v 1.2 2010/07/01 02:36:54 jakemsr Exp $
--- Makefile.orig Thu Aug 12 17:19:33 2004
+++ Makefile Sun May 2 10:05:18 2010
2005-03-08 09:36:26 -05:00
@@ -1,11 +1,11 @@
################################
# Configuration
-CC = gcc
-CFLAGS =
-LDFLAGS = -lm
+#CC = gcc
+#CFLAGS =
2010-06-30 22:36:54 -04:00
+LDFLAGS = -lm -lsndio
2005-03-08 09:36:26 -05:00
PREFIX = /usr
-WANT_DEBUG=TRUE
+#WANT_DEBUG=TRUE
# nothing below here should need to be changed