diff options
-rw-r--r-- | sysutils/xfsm/Makefile | 1 | ||||
-rw-r--r-- | sysutils/xfsm/files/patch-ab | 23 |
2 files changed, 1 insertions, 23 deletions
diff --git a/sysutils/xfsm/Makefile b/sysutils/xfsm/Makefile index ac3abfe862f9..fd958a886540 100644 --- a/sysutils/xfsm/Makefile +++ b/sysutils/xfsm/Makefile @@ -16,6 +16,7 @@ MAINTAINER= ports@FreeBSD.org COMMENT= X File System Monitor USE_IMAKE= yes +MAKE_ARGS= CC="${CC}" CCOPTIONS="-DFreeBSD" MAN1= xfsm.1 PLIST_FILES= bin/xfsm diff --git a/sysutils/xfsm/files/patch-ab b/sysutils/xfsm/files/patch-ab deleted file mode 100644 index d9ba6546590c..000000000000 --- a/sysutils/xfsm/files/patch-ab +++ /dev/null @@ -1,23 +0,0 @@ ---- Imakefile.orig Tue Feb 2 05:17:28 1999 -+++ Imakefile Wed Mar 15 03:55:07 2000 -@@ -26,7 +26,7 @@ - # uncomment the DEFINES definition appropriate for your machine - # HP will take care of itself ... - # CCOPTIONS = -O -DSUNOS --CCOPTIONS = -O2 -DLINUX -+# CCOPTIONS = -O2 -DLINUX - # CCOPTIONS = -O -DSVR4 - # CCOPTIONS = -O -DAIX - #ifdef HPArchitecture -@@ -45,9 +45,9 @@ - # CCOPTIONS = -O -DDGUX - - --EXTRA_DEFINES = -DAPP_DEFAULTS_DIR=\"$(XAPPLOADDIR)/\" -+EXTRA_DEFINES = -DFreeBSD -DAPP_DEFAULTS_DIR=\"$(XAPPLOADDIR)/\" - --CC = cc -+# CC = cc - - - ############################################################################## |