diff options
author | jseger <jseger@FreeBSD.org> | 1998-10-13 12:07:18 +0800 |
---|---|---|
committer | jseger <jseger@FreeBSD.org> | 1998-10-13 12:07:18 +0800 |
commit | a223d7b7cb7c4c0d7c017794edfa6caec8a362a0 (patch) | |
tree | 8099d5d77baa0c8f4653f026cdd623717d789cc1 /print | |
parent | 873af78d69639ce6210a35c04564fe8d519505fa (diff) | |
download | freebsd-ports-gnome-a223d7b7cb7c4c0d7c017794edfa6caec8a362a0.tar.gz freebsd-ports-gnome-a223d7b7cb7c4c0d7c017794edfa6caec8a362a0.tar.zst freebsd-ports-gnome-a223d7b7cb7c4c0d7c017794edfa6caec8a362a0.zip |
Unbreak.
Submitted by: str
Diffstat (limited to 'print')
-rw-r--r-- | print/xdvik/Makefile | 4 | ||||
-rw-r--r-- | print/xdvik/files/patch-ab | 12 |
2 files changed, 13 insertions, 3 deletions
diff --git a/print/xdvik/Makefile b/print/xdvik/Makefile index 27d6e3ce741a..b14b1be81c5d 100644 --- a/print/xdvik/Makefile +++ b/print/xdvik/Makefile @@ -3,7 +3,7 @@ # Date created: 26 Feb 1998 # Whom: Kentaro Inagaki <JBD01226@niftyserve.ne.jp> # -# $Id: Makefile,v 1.1.1.1 1998/06/14 22:00:04 kuriyama Exp $ +# $Id: Makefile,v 1.2 1998/10/12 17:23:04 jseger Exp $ # DISTNAME= xdvik-20a @@ -15,8 +15,6 @@ MAINTAINER= JBD01226@niftyserve.ne.jp RUN_DEPENDS= mf:${PORTSDIR}/print/tex -BROKEN_ELF= yes - GNU_CONFIGURE=YES #CONFIGURE_ARGS=--enable-shared=yes USE_GMAKE=YES diff --git a/print/xdvik/files/patch-ab b/print/xdvik/files/patch-ab new file mode 100644 index 000000000000..828e6c47088d --- /dev/null +++ b/print/xdvik/files/patch-ab @@ -0,0 +1,12 @@ +--- xdvik/Makefile.in.orig Mon Oct 12 22:28:09 1998 ++++ xdvik/Makefile.in Mon Oct 12 22:46:32 1998 +@@ -9,6 +9,9 @@ + # This matches web2c (needed only for Metafont). + x_cppflags = @X_CFLAGS@ + x_ldflags = @X_LIBS@ ++ifeq ($(PORTOBJFORMAT),elf) ++x_ldflags += -Wl,-rpath,$(X11BASE)/lib ++endif + x_pre_libs = @X_PRE_LIBS@ + x_extra_libs = @X_EXTRA_LIBS@ + x_tool_libs = @x_tool_libs@ |