- Reset maintainer; the port has been broken for over 5 months and there have been > 3 timeouts before (going as far back as 2004) so the current maintainer seems to not be interested anymore. PR: 229848 Submitted by: Kai <freebsd_ports@k-worx.org>
13 lines
420 B
Text
13 lines
420 B
Text
--- EMULib/Rules.Unix.orig 2018-07-18 04:13:18 UTC
|
|
+++ EMULib/Rules.Unix
|
|
@@ -6,7 +6,7 @@
|
|
|
|
include ../../EMULib/Rules.gcc
|
|
|
|
-CFLAGS += -I$(EMULIB)/Unix -I/usr/X11R6/include
|
|
-DEFINES+= -DUNIX -DMITSHM -DBPS16 -DPULSE_AUDIO
|
|
-LIBS += -lX11 -lXext -lpulse-simple
|
|
+CFLAGS += -I$(EMULIB)/Unix -I${LOCALBASE}/include $(DEBUG_FLAGS)
|
|
+DEFINES+= -DUNIX -DMITSHM
|
|
+LIBS += -L${LOCALBASE}/lib -lX11 -lXext
|
|
OBJECTS+= $(EMUUNIX)
|