mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 11:10:32 -04:00
50 lines
1.7 KiB
Makefile
50 lines
1.7 KiB
Makefile
--- srcunx/unx.mak.orig 2004-11-27 05:51:26 UTC
|
|
+++ srcunx/unx.mak
|
|
@@ -19,8 +19,8 @@
|
|
#
|
|
# WARNING: Doesn't install pstotext
|
|
|
|
-prefix=
|
|
-GSVIEW_ROOT=/usr/local
|
|
+prefix=${PREFIX}
|
|
+GSVIEW_ROOT=
|
|
GSVIEW_BASE=$(prefix)$(GSVIEW_ROOT)
|
|
|
|
|
|
@@ -38,8 +38,6 @@ GSVIEW_DOCPATH=$(GSVIEW_BASE)/share/doc
|
|
# GSview printer.ini and system wide gsview.ini
|
|
GSVIEW_ETCPATH=$(prefix)/etc
|
|
|
|
-MAKE=make
|
|
-CC=gcc
|
|
OBJ=o
|
|
INSTALL=install -m 644
|
|
INSTALL_EXE=install -m 755
|
|
@@ -51,7 +49,7 @@ LDEBUG=
|
|
# Linux
|
|
XINCLUDE=
|
|
PFLAGS=-DMULTITHREAD
|
|
-PLINK=-lpthread -lrt
|
|
+PLINK=-lpthread
|
|
|
|
# SunOS 5.7
|
|
#XINCLUDE=-I/usr/openwin/share/lib
|
|
@@ -77,7 +75,8 @@ PLINK=-lpthread -lrt
|
|
|
|
# Other possible options are -Wtraditional
|
|
# Compiler flags for C and C++ files.
|
|
-CFLAGS=-O -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -Wcast-qual -Wwrite-strings $(CDEBUG) -DX11 -DUNIX -DNONAG $(RPM_OPT_FLAGS) `gtk-config --cflags` $(XINCLUDE) $(PFLAGS)
|
|
+#CFLAGS=-O -Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -Wcast-qual -Wwrite-strings $(CDEBUG) -DX11 -DUNIX -DNONAG $(RPM_OPT_FLAGS) `gtk-config --cflags` $(XINCLUDE) $(PFLAGS)
|
|
+CFLAGS+=-Wall -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -fno-builtin -fno-common -Wcast-qual -Wwrite-strings $(CDEBUG) -DX11 -DUNIX -DNONAG `gtk-config --cflags` $(XINCLUDE) $(PFLAGS)
|
|
|
|
# Linker flags
|
|
LFLAGS=$(LDEBUG) $(PLINK) `gtk-config --libs`
|
|
@@ -152,7 +151,7 @@ OBJS=$(OBJCOM1) $(OBJCOM2) $(OBJPLAT1)
|
|
#all: gsview html pstotext
|
|
all: $(BD)gsview$(EXE) html
|
|
|
|
-GSVIEW_DOCDIR=$(GSVIEW_DOCPATH)/gsview-$(GSVIEW_DOT_VERSION)
|
|
+GSVIEW_DOCDIR=$(GSVIEW_DOCPATH)/gsview
|
|
|
|
$(BD)gsview$(EXE): $(OBJS)
|
|
$(COMP) $(CFLAGS) $(FO)$(BD)gsview$(EXE) $(OBJS) $(LFLAGS)
|