diff options
author | pav <pav@FreeBSD.org> | 2007-10-26 16:23:12 +0800 |
---|---|---|
committer | pav <pav@FreeBSD.org> | 2007-10-26 16:23:12 +0800 |
commit | 2f5f947f88ae2f9a09ce541c22d142bd369682f7 (patch) | |
tree | f09d71e90a97db570511748d4bbbf330c32b0b1d /games/hllib/Makefile | |
parent | 45b2859747e4ac4b28a207eae518dedbb86eef55 (diff) | |
download | freebsd-ports-gnome-2f5f947f88ae2f9a09ce541c22d142bd369682f7.tar.gz freebsd-ports-gnome-2f5f947f88ae2f9a09ce541c22d142bd369682f7.tar.zst freebsd-ports-gnome-2f5f947f88ae2f9a09ce541c22d142bd369682f7.zip |
- Mend overzealous patching, some of those cflags were actually needed
Reported by: pointyhat
Diffstat (limited to 'games/hllib/Makefile')
-rw-r--r-- | games/hllib/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/games/hllib/Makefile b/games/hllib/Makefile index c79d93bd9cdb..a15f32075254 100644 --- a/games/hllib/Makefile +++ b/games/hllib/Makefile @@ -19,6 +19,7 @@ USE_ZIP= yes USE_DOS2UNIX= Makefile USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/HLLib +CFLAGS+= -fpic PLIST_FILES= include/hl.h lib/libhl.so.${PORTVERSION} \ lib/libhl.so.2 lib/libhl.so |